home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmAbout
- BorderStyle = 3 'Fixed Dialog
- Caption = "About AGC"
- ClientHeight = 3555
- ClientLeft = 2340
- ClientTop = 1935
- ClientWidth = 5535
- ClipControls = 0 'False
- Icon = "frmAbout.frx":0000
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2453.724
- ScaleMode = 0 'User
- ScaleWidth = 5197.651
- ShowInTaskbar = 0 'False
- StartUpPosition = 2 'CenterScreen
- Begin VB.PictureBox Picture1
- BackColor = &H00000000&
- Height = 975
- Left = 120
- ScaleHeight = 915
- ScaleWidth = 1155
- TabIndex = 4
- Top = 120
- Width = 1215
- Begin VB.Image Image1
- Height = 900
- Left = 0
- Picture = "frmAbout.frx":0742
- Stretch = -1 'True
- Top = 0
- Width = 1140
- End
- End
- Begin VB.CommandButton cmdOK
- Cancel = -1 'True
- Caption = "OK"
- Default = -1 'True
- Height = 345
- Left = 4080
- TabIndex = 0
- Top = 3000
- Width = 1260
- End
- Begin VB.Line Line1
- BorderColor = &H00808080&
- BorderStyle = 6 'Inside Solid
- Index = 1
- X1 = 112.686
- X2 = 5113.137
- Y1 = 1905.001
- Y2 = 1905.001
- End
- Begin VB.Label lblDescription
- Caption = "Create text based adventure games with AGC!"
- ForeColor = &H00000000&
- Height = 210
- Left = 1560
- TabIndex = 1
- Top = 1125
- Width = 3285
- End
- Begin VB.Label lblTitle
- Caption = "Adventure Game Creator"
- ForeColor = &H00000000&
- Height = 240
- Left = 1560
- TabIndex = 2
- Top = 240
- Width = 1845
- End
- Begin VB.Line Line1
- BorderColor = &H00FFFFFF&
- BorderWidth = 2
- Index = 0
- X1 = 112.686
- X2 = 5070.879
- Y1 = 1905.001
- Y2 = 1905.001
- End
- Begin VB.Label lblVersion
- Caption = "Version 1.0"
- Height = 225
- Left = 1560
- TabIndex = 3
- Top = 720
- Width = 885
- End
- Attribute VB_Name = "frmAbout"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub cmdOK_Click()
- frmAbout.Hide
- End Sub
-